@charset "UTF-8";

.hide {
  display: none !important;
}

.right_navbox {
  width: calc(100% - 131px);
}

.yx_Header:before {
  content: '';
  height: 3px;
  background: linear-gradient(270deg, #DF0A0A 0%, #ED03C3 29%, #4900DE 64%, #005CA8 100%);
  display: block;
  width: 100%;
}

.right_navboxt_bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
  width: 100%;
}

.right_navboxt_top {
  line-height: var(--yx_FS54);
  display: flex;
  justify-content: flex-end;
}

.search_product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  color: #fff;
  width: calc(56% - 400px);
  font-size: 20px;
  min-width: 300px;
}

.yx_H_Active .search_product {
  color: #0057b8;
}

.search_product input[type="text"] {
  background: transparent;
  border: none;
  text-align: left;
  width: 100%;
  min-width: auto;
  font-size: 16px;
}

.search_product input[type="text"]:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}

.search_product:before {
  content: '';
  position: absolute;
  width: 160%;
  background: rgb(255 255 255 / 50%);
  height: 100%;
  left: -20%;
  top: 0;
  z-index: -1;
  transform: skewX(45deg);
  transition: all .5s;
}

.yx_H_Actives .search_product:before,
.yx_H_Active .search_product:before {
  background: #e7e7e7;
}

.search_product input[type="text"]::-webkit-input-placeholder {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
}

.yx_H_Actives .search_product input[type="text"]::-webkit-input-placeholder,
.yx_H_Active .search_product input[type="text"]::-webkit-input-placeholder {
  color: #666;
}

.search_product span.sub_But.yx_icon {
  cursor: pointer;
  font-weight: bold;
}

.right_navboxt_top a {
  text-align: right;
  color: #fff;
  font-size: var(--yx_FS18);
  min-width: 200px;
  position: relative;
  font-weight: bold;
}

.right_navboxt_top a.nav_zx {
  z-index: 2;
}

.right_navboxt_top a.nav_zx:before {
  content: '';
  position: absolute;
  width: 103%;
  background: var(--yx_CTwo);
  height: 101%;
  left: 60px;
  top: 0;
  z-index: -1;
  transform: skewX(45deg);
}

.right_navboxt_top a:last-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, var(--yx_Color) 300px, #fff0 101px);
  height: var(--yx_FS54);
  width: 10000%;
  z-index: -1;
}

.yx_Header {
  width: 100%;
  transition: all 0.6s;
  min-height: 70px;
  position: fixed;
  z-index: 89;
  top: 0;
  left: 0;
}

.yx_Header.yx_H_Actives,
.yx_Header.yx_H_Active {
  top: 0 !important;
  background: #fff !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
}

.yx_LaBox .yx_icon {
  font-size: 18px;
  color: #fff;
  margin-right: 12px;
}

.yx_LaBox .yx_LaTit {
  color: #fff;
  font-size: var(--yx_FS18);
  display: flex;
  align-items: center;
  height: 65px;
  position: relative;
  padding: 0 20px 0 40px;
  font-weight: bold;
}

.yx_LaBox .yx_LaTit:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
}

.yx_H_Actives .yx_LaBox .yx_LaTit:before,
.yx_H_Active .yx_LaBox .yx_LaTit:before {
  background: #999;
}

.yx_LaBox .yx_LaTit img {
  margin-right: 10px;
}

.yx_NP_Logo img {
  opacity: 1 !important;
}

.logo {
  display: flex;
  align-items: center;
}

.stock {
  font-size: 14px;
  color: #FEFEFE;
  white-space: nowrap;
  transition: all .5s;
}

.yx_H_Actives .stock,
.yx_H_Active .stock {
  color: #333;
}

.yx_NP_Logo:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s !important;
  background-image: url(/src/Img/logo.svg);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-size: contain;
  transform: translateY(100%);
}

.yx_HeaTop {
  border-bottom: 1px solid #ebebeb;
}

.yx_Header .yx_HTLeft {
  width: calc(100%-120px);
}

.yx_N_Pc {
  width: 90%;
  margin: 0 auto;
}

.yx_HTLeft a {
  display: inline-block;
  padding: 0 var(--yx_FS14);
}

.yx_HTLeft .yx_icon {
  font-size: var(--yx_FS14);
  color: #999999;
  transition: all 0.6s;
}

.yx_HTLeft .yx_icon:hover {
  color: var(--yx_Color);
}

.yx_NP_Right {
  display: flex;
  align-items: center;
}

.yx_SearchBtn {
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}

.yx_SearchBtn svg {
  transition: all .5s;
  fill: #fff;
  margin-top: 5px;
}

.yx_H_Actives .yx_SearchBtn svg,
.yx_H_Active .yx_SearchBtn svg {
  fill: #333;
}

.yx_HeadKfBtn {
  margin-left: 18px;
}

.yx_SearchBtn .yx_icon,
.yx_HeadKfBtn .yx_icon {
  transition: all 0.6s;
}

.yx_SearchBtn .yx_icon:hover,
.yx_HeadKfBtn .yx_icon:hover {
  color: var(--yx_Grad);
}

.yx_HeaTop .yx_sj {
  display: block;
  width: 0px;
  height: 0px;
  border-top: 5px solid #999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.yx_NP_Logo {
  display: block;
  position: relative;
  overflow: hidden;
}

.yx_NP_Logo img {
  max-width: 260px;
  object-fit: contain;
  filter: none !important;
  transition: all 0.3s !important;
  object-fit: contain;
  width: 100%;
}

.yx_H_Actives .yx_NP_Logo img,
.yx_H_Active .yx_NP_Logo img {
  transform: translateY(-100%);
}

.yx_H_Actives .yx_NP_Logo:before,
.yx_H_Active .yx_NP_Logo:before {
  transform: translateY(0%);
}

.yx_NP_Left {
  width: auto;
  /* padding-right: 2vw; */
}

.yx_NP_Left .yx_Nav {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.yx_NPR_List .yx_icon {
  color: #fff;
  cursor: pointer;
  font-size: var(--yx_FS18);
  font-weight: bold;
  transition: none;
}

.yx_H_Active .yx_NPR_List .yx_icon {
  color: #333 !important;
}

.yx_NPR_List p {
  font-size: 14px;
}

.yx_LaBox {
  position: relative;
}

.yx_H_Actives .yx_LaBox:after,
.yx_H_Actives .yx_LaBox:before,
.yx_H_Active .yx_LaBox:after,
.yx_H_Active .yx_LaBox:before {
  opacity: 0 !important;
}

.yx_H_Actives .yx_LaBox .yx_LaTit,
.yx_H_Active .yx_LaBox .yx_LaTit {
  color: #333 !important;
}

.yx_H_Actives .yx_LaBox .yx_icon,
.yx_H_Active .yx_LaBox .yx_icon {
  color: var(--yx_Color) !important;
}

.yx_Nav {
  display: flex;
  justify-content: flex-end;
}

.yx_N_Pc .yx_NavTit {
  font-size: var(--yx_FS18);
  color: #fff;
  text-transform: uppercase;
  line-height: 65px;
  padding: 0 2vw;
  transition: all 0.6s;
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
}

.yx_H_Actives .yx_N_Pc .yx_NavTit,
.yx_H_Active .yx_N_Pc .yx_NavTit {
  color: #222;
}

.yx_N_Pc .yx_NavYj:hover .yx_NavTit {
  color: var(--yx_Color) !important;
}

.yx_N_Pc .yx_Active {
  visibility: visible !important;
  top: 100px !important;
  opacity: 1 !important;
  z-index: 9 !important;
}

body .yx_Nav_ts {
  position: static;
}

.yx_er_box {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  background: #fff;
  box-shadow: 0px 8px 10px rgb(0 0 0 / 20%);
  border-top: 1px solid #eee;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all .5s;
  opacity: 0;
  z-index: 2;
}

.er_center_box {
  max-width: 1720px;
  margin: 0 auto;
  padding: 3vw 0;
  display: flex;
  justify-content: space-between;
  width: 94%;
}

.yx_Nav_ts:hover .yx_er_box {
  max-height: 500px;
  visibility: visible;
  opacity: 1;
}

.er_center_box .nav_er_list {
  width: auto;
  padding: 0 10px;
}

.nav_line {
  background: #f2f2f2;
  width: 1px;
}

.er_center_box .nav_line:last-child {
  display: none;
}

.er_center_box .nav_er_list h4 {
  font-size: var(--yx_FS18);
  font-weight: bold !important;
  letter-spacing: 3px;
}

.er_center_box .nav_er_list a {
  display: block;
  color: #333;
  line-height: 250%;
  font-size: var(--yx_FS16);
  transition: all .5s;
  position: relative;
}

.er_center_box .nav_er_list a span {
  display: inline-block;
  transition: all .5s;
}

.er_center_box .nav_er_list a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-bottom: 1px solid var(--yx_Color);
  transition: all .5s;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
}

.er_center_box .nav_er_list h4:after {
  content: '';
  display: block;
  width: 70%;
  height: 1px;
  background: #000;
  margin: 20px 0;
}

.er_center_box .nav_er_list a:hover span {
  color: var(--yx_Color);
  transform: translateX(25px);
}

.er_center_box .nav_er_list a:hover:before {
  width: 20px;
}

.yx_NavBtn {
  display: none;
}

.yx_LaCon {
  position: absolute;
  width: 150%;
  left: 0;
  max-height: 0px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-top: none !important;
  text-align: center;
  top: 100%;
  opacity: 0;
  transition: all 0.6s;
}

.yx_LaBox:hover .yx_LaCon {
  max-height: 250px !important;
  opacity: 1;
  padding: 10px;
}

.yx_LaCon a {
  display: block;
  text-align: left;
  font-size: 12px;
  color: #666;
  line-height: 30px;
  padding-left: 20px;
  background-image: url(/src/Img/ico.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.yx_LaCon a:hover {
  text-decoration: underline !important;
  color: var(--li);
}

.yx_Header .yx_NPR_Lan {
  padding: 0 0 0 16px;
  margin-left: 1.3vw;
  position: relative;
  width: 120px;
  transition: all 0.6s;
  border-left: 1px solid #ebebeb;
}

.yx_NPR_Con {
  border-radius: var(--yx_FS36);
  position: absolute;
  top: 90%;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.6s;
  width: 100%;
  background: #fafafa;
  border: 1px solid #eee;
  border-top-width: 2px;
  padding: 0 var(--yx_FS18);
}

.yx_Header .yx_NPR_Lan:hover .yx_NPR_Con {
  top: 100%;
  z-index: 9 !important;
  opacity: 1;
  border-radius: 0 0 var(--yx_FS18) var(--yx_FS18);
}

.yx_Header .yx_NPR_Lan:hover {
  border-radius: var(--yx_FS18) var(--yx_FS18) 0 0;
}

.yx_Header .yx_NL_Tit img {
  width: var(--yx_FS22);
  height: auto;
}

.yx_Header .yx_NL_Tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: var(--yx_FS38);
  color: #282828;
  font-weight: bold;
}

.yx_Header .yx_NL_Tit span {
  padding: 0 8px;
  font-size: 12px;
  display: inline-block;
  width: 72px;
  text-align: center;
}


@media only screen and (min-width:1201px) {
  .yx_N_Pc {
    display: block;
    max-width: 1720px;
  }

  .yx_NP_Box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }

  .yx_N_Mo {
    display: none;
  }

  .yx_Header .box {
    overflow: hidden;
  }

  .yx_NavEn {
    font-size: 16px;
    color: #f08300;
    line-height: 100px;
    width: 100%;
    transition: all 0.6s;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 100%;
    text-align: center;
  }

  .yx_HeaderNav {
    background: linear-gradient(90deg, #fff 50%, #f5f5f5 0);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    max-height: 0px;
    overflow: hidden !important;
    transition: all 0.6s;
    z-index: -1;
  }

  .yx_HN_Yj {
    position: relative;
    transition: all 0.6s;
  }

  .yx_NavYj:hover .yx_HeaderNav {
    max-height: 3000px !important;
    transition: all 0.6s;
    z-index: 9 !important;
  }

  .yx_NavYj {
    position: relative;
  }

  .yx_NavYj:last-child {
    display: none;
  }

  .yx_HN_Ej {
    min-width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    left: 0;
    top: 100%;
    position: absolute;
    text-align: center;
    border-radius: 0 0 5px 5px;
    background: #fff;
    box-shadow: 0px 8px 10px rgb(0 0 0 / 20%);
    visibility: hidden;
    opacity: 0;
    padding: 10px 3vw 10px 2vw;
  }

  .yx_NavYj:hover .yx_HN_Ej {
    visibility: visible;
    opacity: 1;
  }

  .yx_HN_Ej>a {
    font-size: 15px;
    color: #333;
    transition: all 0.6s;
    white-space: nowrap;
    line-height: 35px;
    display: block;
    text-align: left;
    position: relative;
  }

  .yx_HN_Ej>a span {
    display: inline-block;
    transition: all .5s;
  }

  .yx_HN_Ej>a:before {
    content: '';
    width: 0;
    height: 0px;
    border-bottom: 1px solid var(--yx_Color);
    transition: all .5s;
    position: absolute;
    top: 49%;
    left: 0;
  }

  .yx_HN_Ej>a sup {
    vertical-align: middle;
    transform: translateY(-8px);
    display: inline-block;
  }

  .yx_HN_Ej>a:hover span {
    color: var(--yx_Color);
    transform: translateX(25px);
  }

  .yx_HN_Ej>a:hover:before {
    width: 15px;
  }

  .yx_NavYj>a:before {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    height: 0;
    transition: all 0.6s;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--yx_Color);
  }

  .yx_NavYj:hover>a:before {
    bottom: 0;
  }

  .yx_HNY_Left {
    width: 40%;
    background: #fff;
    padding: var(--yx_FS72) 6% var(--yx_FS72) 0;
  }

  .yx_HNL_EjTit {
    text-align: center;
    display: block;
    font-size: var(--yx_FS14);
    line-height: 180%;
    color: #fff;
    padding: 5px 0;
    transition: all 0.5s;
  }

  .yx_HNL_EjTit:nth-child(1) {
    margin-top: 18px;
  }

  .yx_HNL_EjTit:last-child {
    margin-bottom: 18px;
  }

  .yx_HNL_EjTit:hover {
    color: var(--yx_Color);
  }

  .yx_NActive {
    top: 80px !important;
  }

  .yx_NE_Right {
    display: flex;
    width: 45%;
  }

  .yx_NE_Right .yx_NER_Right {
    width: 40%;
    padding-left: 8%;
  }

  .yx_NER_Right h3 {
    color: var(--yx_Grad);
    font-weight: normal !important;
    margin-bottom: var(--yx_FS24);
  }

  .yx_NER_Right a {
    font-size: var(--yx_FS16);
    line-height: 200%;
    transition: all 0.56s;
    color: #4a4a4a;
    display: block;
    text-align: left;
    margin-bottom: 8px;
  }

  .yx_NER_Right a:hover {
    color: var(--yx_Color);
  }
}

@media only screen and (max-width:1440px) {
  .yx_NavTit {
    font-size: 15px !important;
    color: var(--yx_Color);
  }
}

@media only screen and (max-width:1200px) {
  #c_static_001_P_2216-1652683357958 .yx_NavTit {
    color: #333;
  }

  .yx_NActive {
    top: 70px !important;
  }

  .yx_HeadKfBtn {
    margin-right: 36px
  }

  #c_static_001_P_2216-1652683357958 .e_formBtn-5 .yx_icon,
  .yx_Header_Active .e_formBtn-5 .yx_icon {
    color: #999;
  }

  .yx_N_Pc {
    display: flex;
    align-items: center;
    height: 70px;
  }

  .yx_N_Pc .yx_NP_Left {
    display: none !important;
  }

  .yx_NP_Logo {
    width: 140px;
  }

  .yx_N_Mo {
    display: block;
  }

  .yx_NavBtn {
    display: block !important;
  }

  .right_navboxt_top {
    display: none;
  }

  .yx_NP_Box {
    margin: 0 auto;
    padding: 0px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .yx_NPR_List {
    display: none;
    background: transparent !important;
    border-width: 0px;
    height: 70px;
    line-height: 70px;
    padding: 0 12px;
    width: auto;
  }

  .yx_NavBtnCon {
    position: relative;
    width: 28px;
    height: 20px;
    display: block !important;
  }

  .yx_NavBtn span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: var(--yx_Color) !important;
    transition: all 0.6s ease;
  }

  .yx_NavBtn .yx_NB_Line {
    width: 22px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--yx_Color);
  }

  .yx_NB_Line_Bottom {
    bottom: 0;
    top: auto;
  }

  .yx_NPR_Tit p {
    display: none;
  }

  .yx_NP_Right {
    display: flex;
    margin-right: 3vw;
    align-items: center;
  }

  .yx_LaBox .yx_LaTit {
    padding-left: 15px;
  }

  .yx_NPR_Tit .yx_iconfont {
    font-size: 18px;
    color: var(--yx_Color);
  }

  .yx_N_Mo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 67px;
    left: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 10;
  }

  .yx_N_Mo .yx_YjTit {
    line-height: 56px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 0 0 0 20px;
    display: block;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .yx_N_Mo .yx_YjTit .yx_NavTit {
    color: #222;
  }

  .yx_N_Mo .yx_YjTit .iconfont {
    font-size: 22px;
    color: #222;
    width: 56px;
    height: 56px;
    display: block;
    line-height: 56px;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.6s ease;
  }

  .yx_Nav_Active .yx_NB_Line {
    transform: translate(100px, -50%);
    transition: all 0.6s ease;
  }

  .yx_Nav_Active .yx_NB_Line_Top {
    transform: rotate(45deg);
    top: 8px;
    transition: all 0.6s ease;
  }

  .yx_Nav_Active .yx_NB_Line_Bottom {
    transform: rotate(-45deg);
    bottom: 10px;
    transition: all 0.6s ease;
  }

  .yx_EjTit {
    position: relative;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    padding-left: 18px;
    display: block;
  }

  .yx_EjBox {
    padding: 12px 24px;
    display: none;
    border-bottom: 1px solid #eee;
  }

  .yx_EjTit:before {
    content: '';
    display: block;
    width: 5px;
    height: 2px;
    background: #ccc;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
  }

  .yx_N_Mo .yx_Rotate {
    transform: rotate(-90deg) !important;
    transition: all 0.6s ease;
  }

  .yx_Header .yx_EjBtn {
    font-size: 22px;
    color: #222;
    width: 56px;
    height: 56px;
    display: block;
    line-height: 56px;
    text-align: center;
    transform: rotate(0deg);
    transition: all 0.6s ease;
    cursor: pointer;
  }

  .yx_Header .yx_EjBtn .icon {
    width: 12px;
    height: 12px;
  }

  .yx_LaCon {
    width: 210px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 36px;
  }

  .yx_LaCon a {
    font-size: 14px;
  }
}


/* 底部 */
.yx_foot {
  background: url(/src/Img/footbg.jpg) no-repeat center;
  padding-top: 4%;
  background-size: cover;
}

.yx_foot .footbox {
  max-width: 1720px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.yx_foot .footbox .yx_foot_left {
  color: #fff;
  width: 35%;
}

.yx_foot .footbox .yx_foot_left ul li .textbox {
  display: flex;
  align-items: center;
  margin: 5% 0 0;
  opacity: .78;
}

.yx_foot .footbox .yx_foot_left ul li .textbox .iontext {
  font-size: var(--yx_FS14);
  line-height: 150%;
}

.yx_foot .footbox .yx_foot_left ul li .textbox i.yx_icon {
  font-size: var(--yx_FS24);
  margin-right: var(--yx_FS18);
}

.yx_foot .footbox .yx_foot_left a.more {
  font-size: var(--yx_FS16);
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 5%;
}

.yx_foot .footbox .yx_foot_left a.more i.yx_icon {
  width: 40px;
  height: 40px;
  background: #BE0E0E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--yx_FS24);
  margin-right: 10px;
}

.yx_foot .footbox .yx_foot_right {
  width: 65%;
}

.yx_foot .footbox .yx_foot_box {
  width: 15%;
  background: #949494;
  margin-left: 5%;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  color: red;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  letter-spacing: 2px;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav li:last-child {
  display: none;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .yx_foot_HD_Btn {
  color: #fff;
  font-size: var(--yx_FS16);
  margin-bottom: var(--yx_FS16);
  padding-bottom: var(--yx_FS16);
  display: block;
  border-bottom: 1px solid #fff;
  min-width: 138px;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .yx_foot_Ej a {
  color: #fff;
  font-size: var(--yx_FS14);
  display: block;
  line-height: 250%;
  opacity: .78;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .yx_foot_Ej a sup {
  vertical-align: middle;
  transform: translateY(-8px);
  display: inline-block;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .yx_foot_Ej a:hover {
  opacity: 1;
}

.yx_foot_bottom {
  font-size: 12px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  color: #fff;
  line-height: 180%;
  padding: 20px 0;
  max-width: 1720px;
  width: 94%;
  margin: 3% auto 0;
}

.yx_foot_bottom p {
  margin: 0 auto;
  text-align: left;
}

.yx_foot_bottom a {
  color: #fff;
  line-height: 180%;
}

.text_bottom {
  max-width: 313px;
  text-align: center;
}

.text_bottom h4 {
  letter-spacing: 2px;
  opacity: .78;
  font-size: var(--yx_FS18);
  margin: var(--yx_FS60) 0 var(--yx_FS16);
}

.text_bottom h4 b {
  display: inline-block;
  margin: 0 5px;
}

.text_bottom .but_tit {
  letter-spacing: 2px;
  font-size: var(--yx_FS14);
  opacity: .78;
  margin-bottom: var(--yx_FS16);
}

.text_bottom .but_tit a {
  color: #fff;
}

.text_bottom span {
  display: inline-block;
  opacity: .78;
  padding: 0 8px;
  border-right: 2px solid rgb(255 255 255 / 40%);
  line-height: 100%;
  margin: 8px 0;
}

.text_bottom span:last-child {
  border: none;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .yx_foot_Ej a img {
  position: absolute;
  max-width: 150px;
  left: 0;
  top: 50px;
  transform: translateX(-100%);
  transition: all .5s;
  opacity: 0;
  visibility: hidden;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .first_foot a {
  padding-left: 35px;
  background-position: left center;
  background-repeat: no-repeat;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .first_foot a:hover img {
  opacity: 1;
  transform: translateX(-120%);
  visibility: visible;
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .first_foot a.RQ {
  background-image: url(/src/Img/weixin22.png);
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .first_foot a.RQ:hover {
  background-image: url(/src/Img/weixin2.png);
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .first_foot a.VIDE {
  background-image: url(/src/Img/shipin22.png);
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .first_foot a.VIDE:hover {
  background-image: url(/src/Img/shipin2.png);
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .first_foot a.DY {
  background-image: url(/src/Img/douyin22.png);
}

.yx_foot .footbox .yx_foot_right ul.yx_foot_Nav .first_foot a.DY:hover {
  background-image: url(/src/Img/douyin2.png);
}

.y_kf_fixed {
  position: fixed;
  right: 0;
  bottom: 50%;
  transform: translateY(60%);
  z-index: 9;
  transition: all .5s ease;
}

.y_kf_fixed .open {
  position: absolute;
  left: 100%;
  top: 50%;
  color: #fff;
  transform: translateX(-100%);
  background: rgb(0 0 0 / 50%);
  padding: 20px 5px;
  border-radius: 5px 0 0 5px;
  opacity: 0;
}

.y_kf_fixed .icon {
  width: 12px !important;
  height: 12px !important;
}

.yx_Header .kf_click {
  right: -50px;
}

.yx_Header .kf_click .open {
  left: 0%;
  opacity: 1;
  transition: all .5s ease .3s;
}

.y_kf_fixed .kf_position {
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0078FE;
  border-radius: 10px;
}

.y_kf_fixed .kf_position span {
  color: #fff;
  padding: 0 50px;
  border-radius: 10px;
  white-space: nowrap;
  display: block;
}

.y_kf_fixed .kf_position span a {
  color: #fff;
}

.y_kf_fixed li {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--yx_Color);
  margin: 4px 0;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
}

.y_kf_fixed li>img {
  max-width: 32px;
}

.y_kf_fixed .kf_position img {
  max-width: 160px;
}

.y_kf_fixed li:hover {
  background: #0078FE;
}

.y_kf_fixed li:hover .kf_position {
  right: 110%;
  visibility: visible;
  opacity: 1;
}

/*留言弹窗*/
.massage_send {
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  width: 320px;
  height: auto;
  background: #ffff;
  text-align: center;
  padding: 10px;
  box-shadow: 1px 1px 10px #c3c3c3;
  border-radius: 10px;
  font-size: 18px;
  line-height: 200%;
  overflow: hidden;
  display: none;
  transform: translate(-50%, -50%);
}

.massage_send img {
  max-width: 100px;
  height: auto;
}

.send_over {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background: #fff;
  transition: all .5s;
  opacity: 0;
}

.Success .send_over {
  opacity: 1;
}

@media only screen and (max-width:1400px) {
  .yx_foot .footbox .yx_foot_right ul.yx_foot_Nav {
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .yx_foot {
    zoom: 0.8;
  }
}

@media only screen and (max-width:1200px) {
  .yx_foot .footbox .yx_foot_right {
    display: none;
  }

  .yx_foot .footbox .yx_foot_left {
    width: 100%;
    padding: 25px 0;
    max-width: 313px;
    margin: 0 auto;
  }

  .yx_foot .footbox .yx_foot_left img {
    max-width: 200px;
  }

  .yx_foot {
    padding: 0;
  }

  .yx_foot_bottom {
    display: none;
  }

  .yx_foot_bottom p {
    text-align: center;
    font-size: 14px;
  }

  .yx_foot_bottom p a {
    display: block;
    text-align: center;
  }

  * {
    letter-spacing: 0px !important;
  }
}


@media only screen and (min-width:769px) {
  .mo {
    display: none !important;
  }
}


@media only screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width:1930px) {
  .y_kf_fixed li {
    width: 3vw;
    height: 3vw;
  }

  .y_kf_fixed li>img {
    max-width: 1.5vw;
    width: 100%;
  }

  .y_kf_fixed .kf_position img {
    max-width: 10vw;
  }

  .y_kf_fixed .kf_position {
    font-size: 1.2vw;
  }
}

.mess_p {
  text-transform: none;
}